ActiveReports 9
Observe<T,TI>(T,Expression<Func<T,TI>>,Func<TI,IDisposable>) Method

Subscribed to nested properties
Observe implementation for container property
Syntax
'Declaration
 
Public Overloads Shared Function Observe
    (Of T As System.ComponentModel.INotifyPropertyChanged,
     TI)( _
   ByVal obj As T, _
   ByVal getterExpr As System.Linq.Expressions.Expression(Of Func(Of T,TI)), _
   ByVal subscribe As System.Func(Of TI,IDisposable) _
) As System.IDisposable
public static System.IDisposable Observe<T,TI>( 
   T obj,
   System.Linq.Expressions.Expression<Func<T,TI>> getterExpr,
   System.Func<TI,IDisposable> subscribe
)
where T: System.ComponentModel.INotifyPropertyChanged

Parameters

obj
getterExpr
subscribe
Subscribed to nested properties

Type Parameters

T
TI
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ActiveModelListenExtensions Class
ActiveModelListenExtensions Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum